home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / dpmigcc5.zip / RSX / SOURCE / DJLIBRSX / _REG.H < prev    next >
Text File  |  1994-05-27  |  467b  |  26 lines

  1. #if !defined (_SYS_REG_H)
  2. #define _SYS_REG_H
  3.  
  4. #define GS      0
  5. #define FS      1
  6. #define ES      2
  7. #define DS      3
  8. #define EDI     4
  9. #define ESI     5
  10. #define EBP     6
  11. #define ESP     7
  12. #define EBX     8
  13. #define EDX     9
  14. #define ECX    10
  15. #define EAX    11
  16. #define TRAPNO 12
  17. #define ERRCD  13
  18. #define EIP    14
  19. #define CS     15
  20. #define EFL    16
  21. #define UESP   17
  22. #define SS     18
  23. #define FP387  19
  24.  
  25. #endif /* !defined (_SYS_REG_H) */
  26.